home *** CD-ROM | disk | FTP | other *** search
- //$Id: XTWEEAPI.H 1.8 1995/10/22 04:15:26 JOHN Exp $
-
- #ifndef __XTWEEAPI__
- #define __XTWEEAPI__
-
- #ifndef __XAPI__
- #include "XAPI.h"
- #endif
-
- class MKeyFrame;
- class SDGraphicDevice;
- class XTweenerChainLink;
- class LRect;
-
- #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
- #pragma pointers_in_D0
- #endif
-
-
- typedef void (*XTweenerDoTweenProc)(ExternalInstance *data,MKeyFrame *res,long time,XTweenerChainLink *alink);
- typedef void (*XTweenerDrawProc)(ExternalInstance *data,SDGraphicDevice *aGD,const LRect *area,const LRect *where);
-
- #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
- #pragma pointers_in_A0
- #endif
-
- #endif
-
-